home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / windows / ldialogs.zip / UNIT3.DFM / UNIT3.txt
Text File  |  1996-07-25  |  540b  |  32 lines

  1. object Form3: TForm3
  2.   Left = 408
  3.   Top = 158
  4.   Width = 173
  5.   Height = 347
  6.   Caption = 'Dialog 3'
  7.   Font.Color = clWindowText
  8.   Font.Height = -17
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   TextHeight = 20
  13.   object Button1: TButton
  14.     Left = 64
  15.     Top = 48
  16.     Width = 65
  17.     Height = 49
  18.     Caption = 'Help'
  19.     TabOrder = 0
  20.     OnClick = Button1Click
  21.   end
  22.   object Button2: TButton
  23.     Left = 24
  24.     Top = 184
  25.     Width = 73
  26.     Height = 105
  27.     Caption = '2'
  28.     TabOrder = 1
  29.     OnClick = Button2Click
  30.   end
  31. end
  32.